WARNING: This program has a bug, which means we need to fix it!
RULE #3: Variable names do not have quotation marks around them.
- Click Run and read the error message to debug the program.
- "fav_movie" is not a correct variable name. Remove the quotes from the variable name so that the sprite can tell you about his favorite movie.
Variable names should always appear orange in your program. A variable name is not a string.
To navigate the page using the TAB key, first press ESC to exit the code editor.